*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 5 Feb 2008 11:57:56 +0000 (11:57 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 5 Feb 2008 11:57:56 +0000 (11:57 +0000)
lisp/emacs-lisp/cl-specs.el

index d2d55204ef221998206c58c1e71972e7426c3773..dc8ebef69d5a771eeffb122cbc97faafc6e96db5 100644 (file)
 ;; Below is a complete spec for loop, in several parts that correspond
 ;; to the syntax given in CLtL2.  The specs do more than specify where
 ;; the forms are; it also specifies, as much as Edebug allows, all the
-;; syntactically legal loop clauses.  The disadvantage of this
+;; syntactically valid loop clauses.  The disadvantage of this
 ;; completeness is rigidity, but the "for ... being" clause allows
 ;; arbitrary extensions of the form: [symbolp &rest &or symbolp form].